home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2003 March / DPPCPRO0303.ISO / Components / Microsoft ASP / _SETUP.1 / ASPWizard.jar / asp / wizard / WizardViewDbList3$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-20  |  1.5 KB  |  24 lines

  1. package asp.wizard;
  2.  
  3. import asp.wizard.util.UiUtil;
  4. import java.util.Vector;
  5.  
  6. final class WizardViewDbList3$1 implements XferItemListener {
  7.    // $FF: synthetic field
  8.    private final WizardViewDbList3 this$0;
  9.  
  10.    public void fillRow(Object listItem, Vector rowToFill) {
  11.       if (!UiUtil.valueExistsInTableModel(0, this.this$0.getKeyFields(), listItem.toString())) {
  12.          rowToFill.addElement(listItem.toString());
  13.          rowToFill.addElement(((WizardModelDbList3)this.this$0.getModel()).getQueryDataType(listItem.toString()));
  14.          rowToFill.addElement(listItem.toString());
  15.       }
  16.  
  17.    }
  18.  
  19.    // $FF: synthetic method
  20.    WizardViewDbList3$1(WizardViewDbList3 this$0) {
  21.       this.this$0 = this$0;
  22.    }
  23. }
  24.